ESRI.ArcGIS.Mobile.Client
MostRecentlyUsedList Constructor(Int32)
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic MostRecentlyUsedList Class > MostRecentlyUsedList Constructor : MostRecentlyUsedList Constructor(Int32)

maxSize
The maximum number of items to allow in the list.
Constructs a MostRecentlyUsedList object with a limited number of items.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal maxSize As Integer _
)
C# 
public Generic MostRecentlyUsedList( 
   int maxSize
)

Parameters

maxSize
The maximum number of items to allow in the list.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also